Tab Menu Items
The Tab Menu Items property defines the set of tabs that can be added to the control. Each tab item is configured individually through an interactive editor that allows customization of its title, state, and icon.
Tab Menu Items
The Tab Menu Items property determines the tabs (items) included in the Tab Menu control.
When the ellipsis (...) button next to this property is clicked, an item configuration window appears.
From this window, new tabs can be added, existing ones can be edited or deleted.
Clicking the Add (Ekle) button creates a new tab entry for the control.
In the opened window, the left panel lists the existing tab items, while the right panel displays editable properties for the selected item.
Item Properties
| Property | Description |
|---|---|
Name | Defines the unique key of the tab item. The key value must be different from other items in the control. |
Title | Specifies the display name of the tab that will appear on the interface. |
Selected | Determines whether the tab will be pre-selected when the form is first opened. Enable this toggle for the desired default tab. |
Enabled | Controls whether the tab is active or disabled. When disabled, the tab appears grayed out and cannot be clicked by the user. |
Icon | Allows assigning an icon to appear before the tab’s title. Click the ... button to open the Icon Finder, where available icons can be selected. The default icon is general. |
Notes
- Each tab item must have a
unique nameto avoid conflicts. - The order of the items determines how tabs are displayed in the interface.
- Icons help visually distinguish tabs and improve navigation clarity.
- When the configuration window is open:
Left panel:Displays the list of added tabs.Right panel:Shows editable properties of the selected tab.